GdkPixbufModuleSaveCallbackFunc

Saves a GdkPixbuf by calling the provided function.

The optional option_keys and option_values arrays contain the keys and values (in the same order) for attributes to be saved alongside the image data.

alias GdkPixbufModuleSaveCallbackFunc = int function(GdkPixbufSaveFunc saveFunc, void* userData, GdkPixbuf* pixbuf, char** optionKeys, char** optionValues, GError** err)

Return Value

TRUE on success; in case of failure, FALSE is returned and the error is set

Throws

GException on failure.

Meta